android_dlopen_ext

Opens the given library. The __filename and __flags arguments are the same as for dlopen(3), with the Android-specific flags supplied via the flags member of __info.

Available since API level 21.

extern (C) nothrow @nogc
void*
android_dlopen_ext
(
const(char)* __filename
,,
)

Meta